@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype');
}


.iconfont {
    font-family: "iconfont" !important;
    font-size: 35px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border: #bf6464 2px dashed !important;
    background-color: #fdfbfb !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

label.error {
    color: #bf6464;
    padding-top: 5px;
    display: block;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #c1232c !important;
    background-color: #c1232c;
    color: #fff;
}

.float-right {
    float: right;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.color-primary {
    color: #c1232c;
}

.text-primary {
    color: #c1232c;
}

.text-warning {
    color: #ffa367;
}

.text-danger {
    color: #c1232c;
}

.text-info {
    color: #aaa;
}

.text-success {
    color: #323232;
}

.text-default {
    color: #f5f6f8;
}

.text-bai {
    color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #c1232c !important;
    background-color: #c1232c !important;
    color: #fff;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line10 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

body {
    color: #1B1B1B;
    font-family: '微软雅黑';
    font-size: 16px;
    background: #fff;
}

a {
    color: #1B1B1B;
}

a:hover {
    color: #0183E7;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-content-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-left-40 {
    padding-left: 40px;
}

.layui-btn {
    background-color: #0183E7;
    width: 100%;
}

.layui-btn-primary {
    background-color: #fff;
}

.layui-btn-warm {
    background-color: #FFB800;
}

.alert {
    padding: 10px;
    overflow: hidden;
    border-radius: 3px;
}

.alert.alert-danger {
    background: #fff;
}

.alert.alert-info {
    background: #aaa;
}

.alert.alert-success {
    background: #323232;
}

.alert.alert-primary {
    background: #c1232c;
}

.alert .close {
    float: right;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
}

.strong {
    font-weight: bold;
}



#scrolltop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
}

#scrolltop .layui-icon {
    font-size: 42px;
    color: #036192;
    cursor: pointer;
}

.img-responsive {
    width: 100%;
    display: block;
}

.hfade {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.layui-fluid {
    padding: 0;
}

.clearfix2 {
    zoom: 1;
}

.clearfix2::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfix2::before {
    display: table;
    content: " ";
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



.mheader,
.mnav {
    display: none;
}

.header {
    width: 100%;
    height: auto;
    z-index: 200;
    box-sizing: border-box;
    position: relative;
}

.header h1.logo {
    width: 694px;
}

.header .nav {}

.header .nav>ul>li {
    box-sizing: border-box;
    position: relative;
}

.header .nav>ul>li>a {
    display: block;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.4s ease-out 0s;
    line-height: 70px;
    padding: 0 50px;
    font-size: 24px;
    color: #FFFFFF;
}

.header .nav>ul>li>a>span {
    display: block;
}


.header .nav>ul>li>a:hover,
.header .nav>ul>li.on>a,
.header .nav>ul>li:hover a {
    border-color: #0183E7;
    background-color: #EEF4FF;
    color: #0183E7;
}

.header .nav>ul>li .layui-icon {
    font-size: 18px;
    color: #0183E7;
}

.header .nav .submenu {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    background: rgba(255, 255, 255, .9);
    border-bottom: 2px solid #0183E7;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.header .nav>ul>li:hover .submenu {
    opacity: 1;
    visibility: visible;
}

.header .nav .submenu ul li {
    display: block;
    text-align: center;
}

.header .nav .submenu ul li a {
    display: block;
    border-bottom: 1px solid #d2d2d2;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    padding: 8px 5px;
}

.header .nav .submenu ul li a:hover {
    border-bottom: 1px solid #0183E7;
    color: #0183E7;
}

.header .nav .submenu ul li.yinyan {
    display: none;
}

.header .nav .submenu .body img {
    width: 300px;
    height: 150px;
}

.header .nav .submenu .navli {
    padding-right: 100px;
    margin-right: 130px;
    width: 622px;
    border-right: 1px solid #cdcdce;
}

.header .nav .submenu .navli li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header .nav .submenu .navli li a {
    display: block;
    border-bottom: 1px solid #d7d7d8;
    padding: 5px 15px;
}

.header .nav .submenu .navli li a:hover {
    border-bottom: 1px solid #7292e2;
    color: #7292e2;
}

.header .hover {
    width: 100%;
    height: 0;
    background: #f7f8fa;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 1;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    overflow: hidden;

}

.header:hover .hover {
    display: block;
    height: 250px;
}

.head_frame {
    width: 100%;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    -webkit-transition: .8s cubic-bezier(.19, 1, .22, 1);
    transition: .8s cubic-bezier(.19, 1, .22, 1);
    position: fixed;
    z-index: 1000;
}

.head_frame .logo .pic1 {
    display: block;
}

.head_frame .logo .pic2 {
    display: none;
}

.opacity_head {
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
    z-index: 1000;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    /* position: relative; */
    /* transform: translateY(-100%); */
}

.header.opacity_head .nav>ul>li>a {
    color: #333;
}

.opacity_head .logo .pic1 {
    display: none;
}

.opacity_head .logo .pic2 {
    display: block;
}

.modal-open .mc_ph_hd {
    position: fixed;
}

.top_text {
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
}

.sch_form {
    display: inline-block;
    border: 1px solid #16529a;
    height: 25px;
    line-height: 25px;
    border-radius: 12px;
    padding-right: 10px;
}

.sch_form .sch_input {
    background: none;
    border: none;
    padding: 0 10px;
}

.sch_form .sch_btn {
    background: none;
    border: none;
    color: #16529a;
    cursor: pointer;
}

.top_text a {
    color: #134e93;
    margin-right: 20px;
}


.topsch .sch_q {
    width: 300px;
    background: #eff2f4;
    height: 45px;
    line-height: 45px;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    display: none;
}

.topsch .sch_btn {
    width: 40px;
    background: #eff2f4;
    height: 45px;
    line-height: 45px;
    border: none;
    cursor: pointer;
    position: relative;
    color: #1686c6;
}

.topsch .sch_btn::before {
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background: #d8dadb;
    display: none;
}

.topsch:hover .sch_q {
    display: block;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
    color: #001eb4;
}

.mc_ph_hd {
    display: none;
    position: relative;
    z-index: 999;
    width: 100%;
    height: 64px;
}

.mc_ph_navbar {
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #fff;
}

.mc_language_ph a {
    line-height: 64px;
    color: #333;
    margin-right: 15px;
}

.mc_ph_nav_r .mc_ph_language a {
    line-height: 64px;
    margin-right: 20px;
    color: #333;
}

.mc_ph_hd .mc_ph_logo a {
    line-height: 64px;
}

.mc_ph_hd .mc_ph_logo {}

.mc_ph_hd .mc_ph_en {
    margin-top: 20px;
    margin-right: 20px;
}

.mc_ph_logo img {
    width: auto !important;
    height: 50px !important;
}

.mc_ph_menu {
    overflow: hidden;
    width: 26px;
    height: 50px;
}

.mc_ph_hd .mc_phmenubox {
    width: 26px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 22px;
    margin-top: 15px;
    transform: translateX(-3px);
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    display: inline-block;
    width: 26px;
    height: 1px;
    background-color: #292929;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
    position: absolute;
    top: 8px;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after,
.mc_ph_hd .mc_phmenubox .nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after {
    top: -8px;
}

.mc_ph_hd .mc_phmenubox .nav_btn::before {
    top: 8px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
    background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mc_ph_navbar {
    position: relative;
    z-index: 999;
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    z-index: 998;
    /* transform: translateX(-50%); */
    /* padding: 0 15px; */
    background-color: #fff;
    max-height: calc(100vh - 64px);
    overflow: auto;
}

.xialaph {
    display: none;
    width: 100%;
    background-color: #fff;
    font-family: '微软雅黑';
    height: calc(100vh - 64px);
    padding: 10px 0;
}

.xialaph h4 {
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}

.xialaph h4::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h4 a {
    font-size: 18px;
    line-height: 46px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
    background: #f7f8fa;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 20px;
}

.xialaph .ul2 .container_s .yinyan {
    display: none;
}

.xialaph .ul1 {}


.img_s {
    float: right;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #999;
    transition: all .36s;
}

/* .xialaph h5 a{
    color: #fff;
}

.xialaph .ul2 .img_s{
    color: #fff;
} */

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h5 a {
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 35px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35px;
    padding: 11px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.xialaph .ul3 {
    display: none;
}

.xialaph h6 a {
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph h5.active .img_s {
    transform: rotate(180deg);
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph_bot {
    margin: 20px 0;
    text-align: right;
    padding: 0 20px;
    font-size: 0;
}

.xialaph_bot>div {
    display: inline-block;
    margin-left: 15px;
}

.mc_ph_search a,
.mc_ph_language a {
    font-size: 16px;
    color: #666;
    line-height: 18px;
}

.mc_ph_search a i,
.mc_ph_search a em {
    font-size: 18px;
    color: #001eb4;
}

.mc_ph_search a,
.mc_ph_language a {
    color: #001eb4;
}

.xialaph_bot>div {
    margin: 0 8px;
}

.xialaph_bot {
    text-align: center !important;
}

.tp_link {
    position: absolute;
    right: 50px;
    top: 10px;
    z-index: 2;
    font-size: 14px;
    color: #fff;
}

.tp_link a {
    font-size: 14px;
    color: #fff;
}

.tp_link span {
    padding: 0 5px;
}

.myclass video {
    width: 100%;
    display: block;
}

.myclass .layui-layer-content {
    height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
    overflow: hidden;
}

.myclass2.layui-layer-page {
    width: 700px !important;
}

.himg .pic {
    overflow: hidden;
}

.himg img {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.himg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


.nav_box {
    background: #0183E7;
}

#colbox {
    background: #fff;
}

#colbox .layui-tab-card {
    border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    box-shadow: none;
}

#colbox .layui-tab {
    margin: 0;
}

#colbox .layui-tab-title {
    position: relative;
    border-bottom-width: 0px;
    background: none;
    height: auto;
}

#colbox .layui-tab-title li {
    padding: 0;
}

#colbox .layui-tab-title li span {
    display: inline-block;
    padding: 0 10px;
}

#colbox .layui-tab-title li:last-child span {
    display: none;
}

#colbox .layui-tab-title li a {
    display: inline-block;
}

#colbox .layui-tab-title li.layui-this:after {
    display: none;
}

.conent_box {
    background: #f7f7f7;
}

.conent_box .layui-row {
    overflow: inherit;
}

.leftmenu {}

.leftmenu ul {
    overflow: hidden;
}

.leftmenu li {
    position: relative;
    float: left;
}

.leftmenu li a {
    display: block;
    position: relative;
    text-align: center;
    color: #333333;
    line-height: 45px;
    padding: 0 10px;
}

.leftmenu li.layui-this a,
.leftmenu li a:hover {
    border-bottom: 2px solid #204984;
}

.leftmenu li.layui-this,
.leftmenu li:hover {
    z-index: 2;
}

.leftsubmenu {
    background: url(../images/bg28.jpg) no-repeat center;
    background-size: cover;
    padding-left: 20px;
}

.leftsubmenu li {
    display: inline-block;
    margin-right: 10px;
}

.leftsubmenu li a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
}

.leftsubmenu li a:hover,
.leftsubmenu li.on a {
    border: solid 1px #0183E7;
    font-weight: bold;
    color: #0183E7;
}



.layui-tab-bar {
    height: 48px;
    line-height: 48px;
}

.page_main {
    padding: 0px;
    border: 1px solid #DBDBDB;
}


.page_detail {
    padding: 40px 147px;
    background: #fff;
}

.detail_box {
    padding: 0px;
    line-height: 2.5em;
    font-size: 16px;
    overflow: hidden;
}

.detail-box {
    padding: 0px;
}

.col-title {
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
}

.col-att {
    font-size: 14px;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
}

.col-att a {
    color: #999;
}

.col-att .linedc {
    padding: 0 5px;
}

.dtl_detail {
    line-height: 2.5em;
    font-size: 16px;
}

.dtl_detail.p1 {
    font-size: 18px;
}

.dtl_detail.p2 {
    font-size: 16px;
}

.dtl_detail.p3 {
    font-size: 14px;
}

.pager {
    overflow: hidden;
    border-top: 1px solid #e1e1e1;
}

.pager li {
    width: 49%;
    float: left;
}

.pager li a {
    color: #999;
}

.pager li:last-child {
    float: right;
}

.pager li a:hover {
    color: #0183E7;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px;
}

.pagination li a {
    display: inline-block;
    background: #fff;
    width: 33px;
    height: 33px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    color: #595959;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #0183E7;
    color: #fff;
    border: solid 1px #0183E7;
}

.textlist {}

.textlist li {
    border-bottom: 1px solid #f2f2f2;
}

.textlist li a {
    position: relative;
    overflow: hidden;
}

.textlist li .shijian {
    display: block;
    float: right;
    color: #5a5a5a;
    opacity: 0.5;
}

.textlist li .title {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
}

.textlist li .desc {
    line-height: 35px;
    color: #999999;
}

.textlist li .nianyue {
    color: #999999;
    font-size: 12px;
}

.textlist li .nianyue .more {
    float: right;
    font-size: 14px;
}

.textlist li .nianyue .iconfont {
    font-size: 18px;
    margin-left: 10px;
    color: #0183E7;
}

.textlist li a:hover .nianyue {
    color: #0183E7;
}



.righttitle {
    height: 35px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.righttitle .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    color: #0183E7;
    display: inline-block;
    height: 34px;
}

.righttitle .position {
    float: right;
    font-size: 14px;
    color: #333333;
}

.piclist {}

.piclist li a {
    display: block;
    background: #fff;
    position: relative;
}

.piclist li .pic {}

.piclist li .title {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
}

.piclist li a:hover .title {
    background: rgba(1, 131, 231, .5);
}




.piclist2 li a {
    display: block;
    position: relative;
}

.piclist2 li .text {
    border-bottom: 1px solid #d8d8d8;
    padding: 20px;
}

.piclist2 li .title {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
}

.piclist2 li .time {
    font-size: 14px;
    color: #aaaaaa;
}

.piclist2 li a:hover {
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.piclist2 li a:hover .text {
    border-bottom: 1px solid #0183E7;
}

.piclist2 li a:hover .title {
    font-weight: bold;
}

.tuwenlist {}

.tuwenlist li {
    position: relative;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tuwenlist li .pic {
    flex: none;
    width: 340px;
}

.tuwenlist li .text {
    width: calc((100% - 355px));
    background-size: cover;
}

.tuwenlist li .title {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
}

.tuwenlist li .desc {
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    opacity: 0.5;
}

.tuwenlist li .date {
    opacity: 0.5;
    font-size: 14px;
}

.tuwenlist li .more {
    color: #0183E7;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #0183E7;
    padding: 10px 40px;
}

.tuwenlist li a:hover .title {
    font-weight: bold;
}

.tuwenlist li a:hover .more {
    color: #fff;
    background: #0183E7;
}

.tuwenlist li a:hover .date,
.tuwenlist li a:hover .desc {
    color: #1B1B1B;
    opacity: .5;
}


.search_list .item .text {
    text-align: center;
    background: #f9f9f9;
    line-height: 2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 30px;
}

.search_list .item .iconfont {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-size: 30px;
    flex: none;
    color: #0183E7;
}

.search_list .item .text1 {
    color: #333;
    font-size: 18px;
}

.search_list .item:hover .text {
    background: #0183E7;
}

.search_list .item:hover .text1 {
    color: #fff;
}

/*
内容搜索页
 */
.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}

.column {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
}

.column a {
    font-size: 26px;
    font-weight: bold;
    color: #0183E7;
}

.bgbai {
    background: #fff;
    padding: 30px 30px 10px;
}

.infolist {}

.infolist li {
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    border-bottom: 1px solid #D8D8D8;
}

.infolist li .title {
    height: 65px;
    padding-right: 20px;
}

.infolist li .date {
    float: right;
    opacity: 0.5;
}

.infolist li a:hover {
    font-weight: bold;
}

.pchide {
    display: none;
}

.phhide {
    display: block;
}

.banner_slide {
    height: 300px;
}

.banner_slide .shadow {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0183E7 32%, rgba(0, 0, 0, 0.00) 100%);
    opacity: .5;
}

.header_main {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.huanyin {
    overflow: hidden;
    color: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 25px;
}

.sch_top {
    position: absolute;
    right: 15px;
    top: 110px;
    width: 330px;
    height: 42px;
    border-radius: 5px;
    background: #FFFFFF;
    line-height: 42px;
}

.sch_top .sch-input {
    flex: 1;
    height: 42px;
    line-height: 42px;
    border: none;
    background: none;
    box-sizing: border-box;
    padding: 0 15px;
}

.sch_top .sch-btn {
    background: none;
    border: none;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.sch_top .sch-btn .layui-icon {
    font-size: 20px;
}

.top_nav {
    height: 70px;
    background: #0183E7;
}

.xwgg_slide {
    height: 134px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.xwgg_slide .swiper-pagination {
    right: 15px;
}

.xwgg_slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D8D8D8;
    opacity: 1;
    margin: 10px 0 !important;
}

.xwgg_slide .swiper-pagination-bullet-active {
    background: #0183E7;
}

.xwgg_slide .swiper-slide a {
    display: block;
    padding: 0 50px;
    margin-top: 10px;
    text-align: center;
}

.xwgg_slide .title {
    font-size: 30px;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
}

.xwgg_slide .desc {
    font-size: 14px;
    height: 20px;
    opacity: .5;
    line-height: 20px;
}

.column_xwgg {
    width: 107px;
    height: 29px;
    border-radius: 0px 0px 30px 30px;
    opacity: 1;
    background: #36B9C1;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    text-align: center;
    line-height: 29px;
    color: #fff;
    margin-left: -53px;
}

.column_xwgg a {
    color: #fff;
    font-size: 14px;
}

.zxzx_slide a {
    position: relative;
    display: block;
    width: 100%;
}

.zxzx_slide .title {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 120px 0 15px;
    box-sizing: border-box;
}

.zxzx_slide .swiper-pagination {
    right: 15px;
    width: auto;
    left: auto;
    bottom: 20px;
}

.zxzx_slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D8D8D8;
    opacity: 1;
    margin: 0 5px !important;
}

.zxzx_slide .swiper-pagination-bullet-active {
    background: #0183E7;
}

.zxzx_hd_box {
    height: 57px;
    background: #F3F3F3;
    position: relative;
}

.zxzx_hd {
    overflow: hidden;
}

.zxzx_hd li {
    float: left;
}

.zxzx_hd li a {
    display: inline-block;
    padding: 0 20px;
    line-height: 57px;
    font-size: 18px;
}

.zxzx_hd li.on a {
    background: #0183E7;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.zxzx_more {
    position: absolute;
    right: 15px;
    top: 0;
}

.zxzx_more li {
    line-height: 57px;
    display: none;
}

.zxzx_more li a {
    color: #939393;
    font-size: 14px;
}

.zxzx_bd .box {
    display: none;
    padding-top: 15px;
}

.zxzx_bd dt {
    font-size: 18px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
}

.zxzx_bd dd {
    height: 40px;
    font-size: 14px;
    color: #1B1B1B;
    line-height: normal;
    opacity: 0.5;
    margin-top: 5px;
}

.zxzx_bd ul {
    border-top: 1px solid #D8D8D8;
    padding-top: 10px;
}

.zxzx_bd ul li .title {
    line-height: 40px;
    height: 40px;
    padding-right: 20px;
}

.zxzx_bd ul li .date {
    float: right;
    line-height: 40px;
    opacity: .5;
}

.ztzl_slide .swiper-button-prev,
.ztzl_slide .swiper-button-next {
    display: none;
}

.ztzl_slide:hover .swiper-button-prev,
.ztzl_slide:hover .swiper-button-next {
    display: block;
}

.yqlj_slide .swiper-button-prev,
.yqlj_slide .swiper-button-next {
    display: none;
}

.yqlj_slide:hover .swiper-button-prev,
.yqlj_slide:hover .swiper-button-next {
    display: block;
}

.footer {
    background: #0183E7;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer .erweima {
    font-size: 14px;
    text-align: center;
}

.footer_box .xzzq {
    overflow: hidden;
    display: inline-block;
    background: #fff;
    color: #0183E7;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    top: 10px;
    left: 10px;
    font-weight: bold;
    font-size: 14px;
}

.footer_box .xzzq .iconfont {
    font-size: 22px;
    position: relative;
    top: 2px;
}

.banner_nei {
    height: 150px;
    background-size: cover;
    display: none;
}

.banner_bg {
    height: 100%;
    background: linear-gradient(90deg, rgba(1, 131, 231, 0.70) 29%, rgba(2, 131, 231, 0.50) 44%, rgba(216, 216, 216, 0.00) 77%);
    padding-left: 20px;
    color: #fff;
}

.banner_bg .cn {
    font-size: 45px;
    font-weight: bold;
}

.banner_bg .en {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.info_box {
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.05);
}

.info_box .column_info {
    background: #E7F3FC;
    height: 55px;
    padding: 0 25px;
    border-top: 3px solid #36B9C1;
    border-left: 3px solid #0183E7;
}

.info_box .column_info .title {
    font-size: 26px;
    font-weight: bold;
    color: #0183E7;
}

.info_box .column_info .more {
    font-size: 14px;
    font-weight: normal;
    color: #8F8F8F;
}

.infolist2 {
    padding: 15px 25px;
}

.infolist2 li {
    line-height: 43px;
}

.infolist2 li .date {
    float: right;
    opacity: .5;
    font-size: 18px;
}

.infolist2 li .title {
    font-size: 18px;
    height: 43px;
    padding-right: 20px;
}

.infolist2 li a:hover {
    font-weight: bold;
}

.yinyan {
    background: #0183E7;
    color: #fff;
    position: relative;
}

.column_yinyan .title {
    height: 29px;
    border-radius: 0px 0px 30px 30px;
    background: #FFFFFF;
    text-align: center;
    line-height: 29px;
    padding: 0 40px;
    position: absolute;
    left: 25px;
    top: 0;
    font-size: 14px;
    color: #0183E7;
}

.column_yinyan .more {
    position: absolute;
    right: 25px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 29px;
}

.yinyan_main {
    padding: 40px 25px 25px;
    line-height: 30px;
    height: 90px;
}

.position {
    font-size: 14px;
    color: #999999;
    background: url(../images/home.png) no-repeat left center;
    padding-left: 25px;
}

.position a {
    color: #999999;
}

.position a.on {
    color: #0183E7;
}

.column_zxzx {
    background: #F3F3F3;
    height: 57px;
    line-height: 57px;
    padding: 0 15px 0 0;
}

.column_zxzx .more {
    font-size: 14px;
    float: right;
    opacity: .5;
}

.column_zxzx .title {
    display: block;
    float: left;
    background: #0183E7;
    padding: 0 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.info_box dl {
    padding: 14px 25px 0;
}

.info_box dt {
    width: 203px;
    flex: none;
    margin-right: 15px;
}

.info_box dl .title {
    font-size: 18px;
}

.info_box dl .desc {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    opacity: .5;
    margin-top: 10px;
}

.lxwm_list li {
    background: #E7F3FC;
    height: 212px;
    font-size: 22.77px;
}

.lxwm_list li .iconfont {
    margin-right: 10px;
    color: #0183E7;
    font-size: 26px;
}

.lxwm_box {
    background: #E7F3FC;
    padding: 0 50px 40px;
}

.lxwm_box h2 {
    margin: 0 auto;
    width: 227px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 22px;
    font-weight: bold;
    background: url(../images/bg_lxfs.png) no-repeat center;
    color: #0183E7;
}

.lxwm_main {
    line-height: 32px;
    color: #9E9E9E;
    margin-top: 11px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lxwm_main .item {
    width: 100%;
}

.lxwm_main .item1 {
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.lxwm_main .item1 .box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lxwm_main .item2 {
    display: flex;
    flex-wrap: wrap;
}

.lxwm_main .item2 p {
    width: 50%;
}

.lxwm_main .item2 p:nth-child(2n) {
    text-align: right;
}

.lxwm_main .item1 .box2 p {
    box-sizing: border-box;
    padding-left: 24%;
}

.column_up {
    width: 100%;
    background: url(../images/bg_column_up.png) repeat-x center;
    height: 40px;
}

.column_up a {
    display: inline-block;
    background: #fff;
    font-size: 32.04px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 30px;
}

.column_up a .name2 {
    display: inline-block;
    background: url(../images/bg_column_up2.png) repeat-x center;
    width: 117.06px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 38px;
    font-size: 27.11px;
}

#fdbform .layui-input {
    height: 70px;
    background: #E7F3FC;
    line-height: 70px;
    border: none;
    padding: 0 20px;
}

#fdbform .layui-textarea {
    background: #E7F3FC;
    border: none;
    padding: 20px;
}

#fdbform .layui-btn {
    background: #0183E7;
    height: 70px;
    line-height: 70px;
}

.gsjj_box {
    height: 655px;
    width: 100%;
    position: relative;
}

.gsjj_box .left {
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 870px;
    height: 420px;
}

.gsjj_box .left .pic {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: 808px;
}

.gsjj_box .left .pic .title {
    font-size: 32px;
    font-weight: bold;
    color: #0183E7;
}


.gsjj_box .right {
    height: 655px;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.06);
    background: #FFFFFF;
    width: 572px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    box-sizing: border-box;
    border-top: 8px solid #0183E7;
    padding: 30px 50px 0;
}

.gsjj_box .right .title {
    font-size: 32px;
    line-height: 55px;
    height: 110px;
}

.gsjj_box .right .desc {
    font-size: 14px;
    color: #9E9E9E;
    line-height: 35px;
    height: 210px;
}

.gsjj_box .right .data .item .num {
    font-size: 36px;
    font-weight: bold;
}

.gsjj_box .right .data .item .dw {
    font-size: 14px;
    color: #9E9E9E;
}

.gsjj_box .right .data .item .text2 {
    font-size: 14px;
    color: #9E9E9E;
}

.gsjj_box .right .more a {
    display: inline-block;
    height: 55px;
    border-radius: 5px;
    opacity: 1;
    background: #0183E7;
    line-height: 55px;
    padding: 0 60px;
    font-size: 14px;
    color: #fff;
}

.ldjj_box1 .item {
    text-align: center;
    margin: 0 50px;
}

.ldjj_box1 .item .pic {
    border: 1px solid #CBCBCB;
    padding: 15px;
}

.ldjj_box1 .item .title {
    font-size: 24px;
    font-weight: bold;
}

.ldjj_box1 .item .desc {
    font-size: 18px;
    color: #9E9E9E
}

.ldjj_box2 .item {
    text-align: center;
    margin: 0 29px;
}

.ldjj_box2 .item .pic {
    border: 1px solid #CBCBCB;
    padding: 15px;
}

.ldjj_box2 .item .title {
    font-size: 20px;
    font-weight: bold;
}

.ldjj_box2 .item .desc {
    font-size: 14px;
    color: #9E9E9E
}

.up_zzjg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.up_zzjg a {
    color: #fff;
}

.gallery-thumbs {
    height: 80px;
    position: relative;
}

.gallery-thumbs::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #d8d8d8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.gallery-thumbs a {
    display: block;
    height: 100%;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: #4B4B4B;
}

.gallery-thumbs a .dot {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: #D8D8D8;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7.5px;
    margin-top: -7.5px;
    border-radius: 100%;
}

.gallery-thumbs .swiper-slide:nth-child(2n) .year {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.gallery-thumbs .swiper-slide-active a .dot {
    background: #D8D8D8;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #0183E7;
    margin-left: -10px;
    margin-top: -10px;
}

.gallery-thumbs .swiper-slide-active a .year {
    font-weight: bold;
    color: #0183E7;
}

.gallery-thumbs .swiper-button-prev {
    left: 0;
    display: none;
}

.gallery-thumbs .swiper-button-next {
    right: 0;
    display: none;
}

.gallery-thumbs:hover .swiper-button-prev,
.gallery-thumbs:hover .swiper-button-next {
    display: block;
}

.gallery-top a {
    display: block;
    background: #F2F2F2;
    height: 251px;
}

.gallery-top .pic {
    width: 445px;
    float: left;
    margin-right: 40px;
}

.gallery-top .text {
    padding: 40px 30px 0;
}

.gallery-top .text .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    color: #0183E7;
}

.gallery-top .text .desc {
    line-height: 30px;
    color: #9E9E9E;
    height: 90px;
}

.up_whln_list {
    padding: 0 80px;
}

.up_whln_list .item {
    width: 305px;
    text-align: center;
}

.up_whln_list .item .title {
    margin: 0 auto;
    width: 242px;
    height: 242px;
    background: url(../images/bg_whln.png) no-repeat center;
}

.up_whln_list .item:hover .title {
    background: url(../images/bg_whln_h.png) no-repeat center;
}

.up_whln_list .item .title p {
    width: 58px;
    font-size: 26px;
    text-align: center;
}

.up_whln_list .item:hover .title p {
    font-weight: bold;
    color: #fff;
}

.up_whln_list .item .desc {
    font-size: 18px;
    color: #9E9E9E;
    height: 48px;
}

.up_whln_list .item:hover .desc {
    color: #0183E7;
}

.zzry_slide {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.zzry_slide .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.zzry_slide .swiper-button-prev,
.zzry_slide .swiper-button-next {
    background: none;
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 0px rgba(47, 48, 137, 0.3);
    border-radius: 100%;
    color: #3F7EC7;
}

.zzry_slide .layui-icon {
    font-size: 20px;
}

.zzry_slide .swiper-button-prev:hover,
.zzry_slide .swiper-button-next:hover {
    background: #0183E7;
    color: #fff;
}

.ldjj_desc {
    text-align: center;
    font-size: 18px;
    color: #505050;
    line-height: 2em;
}

.subnav {
    display: none;
}